home *** CD-ROM | disk | FTP | other *** search
/ Hacker 18 / HACKER18.ISO / Games / Slave Zero Demo.exe / Setup / InstData / GameData / Scripts / audio.ini next >
INI File  |  1999-04-01  |  47KB  |  3,187 lines

  1. ; Audio.ini
  2. ;
  3. ; This file is used to set parameters of a particular audio file from outside
  4. ; the script code.  It enables sound designers to tune most of the audio
  5. ; with out having to recompile source code.  The only case where programmer
  6. ; intervention will be needed is if a script needs to play an audio resource
  7. ; with different settings than the ones in this file.  This case should be
  8. ; rare, if ever.
  9.  
  10. ; Here's an example of it's use
  11.  
  12. ;[resource name with no extension]
  13. ;MinDis = 300.0
  14. ;MaxDis = 1500.0
  15. ;Priority = 0
  16. ;Volume = 0
  17. ;Force Software = 0
  18. ;Allow Cut Off = 1
  19. ;Never Unload Audio = 0
  20. ;Streamed Audio = 0
  21. ;Music Stream = 0
  22. ;Field Valid = 0
  23.  
  24.  
  25. ;Enabled = 1
  26.  
  27. ; Notes : If resource is not a 3d audio resource, then the MinDis and MaxDis field
  28. ;         are not used.  If resource is a 3d audio resource, the MinDis and MaxDis 
  29. ;         fields are used along with the Volume field.  Scripts control the audio 
  30. ;         resouces 3d attribute, see design for which ones are which.
  31. ;
  32. ;         Volume is the number of decibles to LOWER the volume of an audio resource
  33. ;          by (MUST be a negative number).  There is currently no way to applify audio 
  34. ;         in engine.
  35. ;
  36. ;         If Enabled is set to 0, the audio resource will not play in the engine.
  37. ;
  38. ;         If a field for an audio resource is not present (or the entire entry is
  39. ;         missing, The settings shown in the above example are used.
  40. [Audio Manager]
  41. Base Volume        =    400
  42. Pan Skew        =    25.0
  43.  
  44. ; Added for voice managment setting on audio card. This setting should equal
  45. ; either AUTO or USER. If an unknown setting is used, the implimentation 
  46. ; defaults to the USER mode.
  47. VM Mode = AUTO
  48.  
  49. [I_SPLASHSCREEN_INTRO]
  50. Force Software = 1
  51. priority=0
  52. Volume=400
  53. Enabled=1
  54. Field Valid = 1
  55.  
  56. [E_CLAXON_LOOP]
  57. Priority = 0
  58. Volume = 0
  59. Enabled = 1
  60. Field Valid = 1
  61.  
  62.  
  63. [E_SDL_ALARM_LOOP]
  64. Priority = 0
  65. Volume = 0
  66. Enabled = 1
  67. Field Valid = 1
  68.  
  69. [E_SDL_MOVE_INTRO]
  70. Priority = 0
  71. Volume = 0
  72. Enabled = 1
  73. Field Valid = 1
  74.  
  75. [E_SDL_MOVE_LOOP]
  76. Priority = 0
  77. Volume = 0
  78. Enabled = 1
  79. Field Valid = 1
  80.  
  81. [E_SDL_MOVE_OUTRO]
  82. Priority = 0
  83. Volume = 0
  84. Enabled = 1
  85. Field Valid = 1
  86.  
  87. [V_CRUISER_ENGINE_LOOP]
  88. Priority = 0
  89. Volume = 0
  90. Enabled = 1
  91. Field Valid = 1
  92.  
  93. [V_CRUISER_HATCH_OPEN]
  94. Priority = 0
  95. Volume = 0
  96. Enabled = 1
  97. Field Valid = 1
  98.  
  99. [A_SLVERGUN_GUN_FIRE]
  100. Priority = 0
  101. Volume = 100
  102. Enabled = 1
  103. Field Valid = 1
  104.  
  105. [W_WEAPON_STOW]
  106. Priority = 0
  107. Volume = -400
  108. Enabled = 1
  109. Field Valid = 1
  110.  
  111. [W_WEAPON_READIED]
  112. Priority = 0
  113. Volume = -400
  114. Enabled = 1
  115. Field Valid = 1
  116.  
  117. [W_WEAPON_READY_2]
  118. Priority=0
  119. Volume=-400
  120. Enabled=1
  121. Field Valid = 1
  122.  
  123. [W_CYCLONE_GUN_READY]
  124. priority=0
  125. volume=-400
  126. enabled=1
  127. Field Valid = 1
  128.  
  129. [W_AVENGER_GUN_FIRE]
  130. MinDis=800
  131. MaxDis=8000
  132. Priority=0
  133. Volume=-50
  134. Enabled=1
  135. Field Valid = 1
  136.  
  137. [W_AVENGER_GUN_DRY]
  138. priority=0
  139. volume=-200
  140. enabled=1
  141. Field Valid = 1
  142.  
  143. [W_AVENGER_GUN_RELOAD]
  144. priority=0
  145. volume=-300
  146. enabled=1
  147. Field Valid = 1
  148.  
  149. [W_IRONROAR_GUN_DRY]
  150. Priority = 0
  151. Volume = 50
  152. Enabled = 1
  153. Field Valid = 1
  154.  
  155. [W_IRONROAR_GUN_FIRE_LOOP]
  156. Force Software = 1
  157. MinDis = 300
  158. MaxDis = 5000
  159. Priority = 0
  160. Volume = 300
  161. Enabled = 1
  162. Field Valid = 1
  163.  
  164. [W_IRONROAR_GUN_FIRE_OUTRO]
  165. Force Software = 1
  166. MinDis = 300
  167. MaxDis = 5000
  168. Priority = 0
  169. Volume = 100
  170. Enabled = 1
  171. Field Valid = 1
  172.  
  173. [W_IRONROAR_M_GUN_FIRE_LOOP]
  174. MinDis = 500
  175. MaxDis = 6000
  176. Priority = 0
  177. Volume = -250
  178. Enabled = 1
  179. Field Valid = 1
  180.  
  181. [W_IRONROAR_M_GUN_FIRE_OUTRO]
  182. MinDis = 500
  183. MaxDis = 6000
  184. Priority = 0
  185. Volume = -350
  186. Enabled = 1
  187. Field Valid = 1
  188.  
  189. [W_IRONROAR_GUN_RELOAD]
  190. MinDis=500
  191. MaxDis=8000
  192. Priority = 0
  193. Volume = -300
  194. Enabled = 1
  195. Field Valid = 1
  196.  
  197. ;[W_IRONROAR_SHELL_LAND]
  198. ;Priority = 0
  199. ;Volume = -500
  200. ;Enabled = 1
  201. ;Field Valid = 1
  202.  
  203. [w_seige_gun_fire]
  204. MinDis=300
  205. MaxDis=5000
  206. Volume=200
  207. Priority=0
  208. Enabled=1
  209. Field Valid = 1
  210.  
  211. [w_seige_gun_fire_outro]
  212. MinDis=300
  213. MaxDis=5000
  214. Volume=200
  215. Priority=0
  216. Enabled=1
  217. Field Valid = 1
  218.  
  219. [w_seige_bullet_hit]
  220. MinDis = 300
  221. MaxDis = 4000
  222. Volume = 200
  223. Priority = 0
  224. Enabled = 1
  225. Force Software = 0
  226. Field Valid = 1
  227.  
  228. [w_seige_gun_load]
  229. MinDis = 300
  230. MaxDis = 4000
  231. Volume = 0
  232. Priority = 0
  233. Enabled = 1
  234. Force Software = 0
  235. Field Valid = 1
  236.  
  237. [E_RICOCHET_01]
  238. MinDis=200
  239. MaxDis=2000
  240. Priority = 0
  241. Volume = -300
  242. Enabled = 1
  243. Never Unload Audio = 1
  244. Field Valid = 1
  245.  
  246. [E_RICOCHET_02]
  247. MinDis=200
  248. MaxDis=2000
  249. Priority = 0
  250. Volume = -300
  251. Enabled = 1
  252. Never Unload Audio = 1
  253. Field Valid = 1
  254.  
  255. [E_RICOCHET_03]
  256. MinDis=200
  257. MaxDis=2000
  258. Priority = 0
  259. Volume = -300
  260. Enabled = 1
  261. Never Unload Audio = 1
  262. Field Valid = 1
  263.  
  264. [W_SHRIEKER_GUN_DRY]
  265. Priority = 0
  266. Volume = 0
  267. Enabled = 1
  268. Field Valid = 1
  269.  
  270. [W_SHRIEKER_GUN_FIRE]
  271. Priority = 0
  272. Volume = 350
  273. Enabled = 1
  274. Force Software =1
  275. Field Valid = 1
  276.  
  277. [W_SHRIEKER_M_GUN_FIRE]
  278. Priority = 0
  279. Volume = 300
  280. Enabled = 1
  281. Field Valid = 1
  282.  
  283. [W_SHRIEKER_BULLET_HIT]
  284. MinDis = 400
  285. MaxDis = 4500
  286. Priority = 0
  287. Volume = 350
  288. Enabled = 1
  289. Never Unload Audio = 1
  290. Field Valid = 1
  291.  
  292. [w_shrieker_bullet_loop]
  293. Priority = 0
  294. MinDis=100
  295. MaxDis=2500
  296. Volume = -300
  297. Enabled = 1
  298. Never Unload Audio = 1
  299. Field Valid = 1
  300.  
  301. [W_SHRIEKER_CLIP_LOAD]
  302. Force Software = 1
  303. Priority = 0
  304. Volume = 0
  305. Enabled = 1
  306. Field Valid = 1
  307.  
  308. [W_STONEDOG_GUN_FIRE]
  309. Priority = 0
  310. Volume = 300
  311. Enabled = 1
  312. Field Valid = 1
  313.  
  314. [W_STONEDOG_GUN_DRY]
  315. priority=0
  316. volume=-300
  317. enabled=1
  318. Field Valid = 1
  319.  
  320. [W_STONEDOG_GUN_READY]
  321. priority=0
  322. volume=-300
  323. enabled=1
  324. Field Valid = 1
  325.  
  326. [W_STONEDOG_GUN_RELOAD]
  327. priority=0
  328. volume=-300
  329. enabled=1
  330. Field Valid = 1
  331.  
  332. [W_STONEDOG_GUN_STOW]
  333. priority=1
  334. volume=-200
  335. enabled=1
  336. Field Valid = 1
  337.  
  338. [W_PLASMA200_GUN_DRY]
  339. Priority = 0
  340. Volume = 0
  341. Enabled = 1
  342. Field Valid = 1
  343.  
  344. [W_PLASMA200_GUN_FIRE]
  345. MinDis = 200
  346. MaxDis = 5000
  347. Priority = 0
  348. Volume = 200
  349. Enabled = 1
  350. Field Valid = 1
  351. Force Software = 1
  352.  
  353. [W_PLASMA200_BULLET_HIT]
  354. MinDis = 500
  355. MaxDis = 8000
  356. Priority = 0
  357. Volume = -100
  358. Enabled = 1
  359. Never Unload Audio = 1
  360. Field Valid = 1
  361.  
  362. [w_plasmaburst_gun_fire]
  363. MinDis = 200
  364. MaxDis = 4000
  365. Priority = 0
  366. Volume = 200
  367. Enabled = 1
  368. Field Valid = 1
  369. Force Software = 1
  370.  
  371. [w_plasmaburst_clip_load]
  372. Field Valid=1
  373. MinDis = 300
  374. MaxDis = 4000
  375. Volume = 100
  376. Priority = 0
  377. Enabled = 1
  378. Force Software = 0
  379. Streamed Audio = 0
  380. Music Stream = 0
  381.  
  382. [w_plasmarail_fire]
  383. Field Valid = 1
  384. MinDis = 300
  385. MaxDis = 4000
  386. Volume = 200
  387. Priority = 0
  388. Enabled = 1
  389. Force Software = 1
  390. Streamed Audio = 0
  391. Music Stream = 0
  392.  
  393. [w_plasmarail_charge]
  394. Field Valid = 1
  395. MinDis = 300
  396. MaxDis = 4000
  397. Volume = 200
  398. Priority = 0
  399. Enabled = 1
  400. Force Software = 1
  401. Streamed Audio = 0
  402. Music Stream = 0
  403.  
  404. ;klugearound.........................................................
  405. ;[W_PLASMA200_BULLET_HIT_NOND]
  406. ;MinDis = 1000
  407. ;MaxDis = 8000
  408. ;Priority = 0
  409. ;Volume = -200
  410. ;Enabled = 1
  411. ;....................................................................
  412.  
  413.  
  414. [w_valhalla_gun_fire]
  415. Field Valid = 1
  416. MinDis = 300
  417. MaxDis = 4000
  418. Volume = 100
  419. Priority = 0
  420. Enabled = 1
  421. Force Software = 0
  422. Streamed Audio = 0
  423. Music Stream = 0
  424.  
  425. [w_zulu_gun_reload]
  426. Field Valid = 1
  427. MinDis = 300
  428. MaxDis = 4000
  429. Volume = 0
  430. Priority = 0
  431. Enabled = 1
  432. Force Software = 0
  433. Streamed Audio = 0
  434. Music Stream = 0
  435.  
  436. [w_valhalla_gun_reload]
  437. Field Valid = 1
  438. MinDis = 300
  439. MaxDis = 4000
  440. Volume = 0
  441. Priority = 0
  442. Enabled = 1
  443. Force Software = 0
  444. Streamed Audio = 0
  445. Music Stream = 0
  446.  
  447. [w_plasma200_bullet_loop]
  448. Priority = 0
  449. MinDis=100
  450. MaxDis=4000
  451. Volume = -200
  452. Enabled = 1
  453. Never Unload Audio = 1
  454. Field Valid = 1
  455.  
  456. [w_plasma200_e_gun_fire]
  457. Priority = 0
  458. MinDis=100
  459. MaxDis=4000
  460. Volume = 200
  461. Enabled = 1
  462. Field Valid = 1
  463.  
  464. [W_PLASMA200_CLIP_LOAD]
  465. MinDis=300
  466. MaxDis=5000
  467. Priority = 0
  468. Volume = 200
  469. Enabled = 1
  470. Field Valid = 1
  471.  
  472. [W_PLASMA200_GUN_RECHARGE]
  473. MinDis=300
  474. MaxDis=4000
  475. Priority = 0
  476. Volume = -100
  477. Enabled = 1
  478. Field Valid = 1
  479.  
  480. [W_P400_SIZZLE_LOOP]
  481. MinDis=100
  482. MaxDis=3000
  483. Priority=0
  484. Volume=-500
  485. Enabled=1
  486. Field Valid = 1
  487.  
  488.  
  489. [W_PENETRATOR_GUN_FIRE]
  490. Priority = 0
  491. Volume = 0
  492. Enabled = 1
  493. Field Valid = 1
  494.  
  495. [W_PENETRATOR_BULLET_HIT]
  496. Priority = 0
  497. Volume = 0
  498. Enabled = 1
  499. Field Valid = 1
  500.  
  501. [W_CYCLONE_GUN_FIRE_LOOP]
  502. Priority = 0
  503. Volume = 400
  504. Enabled = 1
  505. Field Valid = 1
  506.  
  507.  
  508. [W_CYCLONE_GUN_FIRE_OUTRO]
  509. Priority=0
  510. Volume=200
  511. Enabled=1
  512. Field Valid = 1
  513.  
  514. [W_CYCLONE_GUN_DRY]
  515. Priority = 0
  516. Volume = 0
  517. Enabled = 1
  518. Field Valid = 1
  519.  
  520. [W_CYCLONE_GUN_RELOAD]
  521. priority=0
  522. volume=0
  523. enabled=1
  524. Field Valid = 1
  525.  
  526. [W_CYCLONE_GUN_STOW]
  527. priority=0
  528. volume=-400
  529. enabled=1
  530. Field Valid = 1
  531.  
  532. [W_FIRESTREAK_GUN_FIRE]
  533. Priority = 0
  534. MinDis=400
  535. MaxDis=5000
  536. Volume = 200
  537. Enabled = 1
  538. Field Valid = 1
  539.  
  540.  
  541. [W_FIRESTREAK_BULLET_HIT]
  542. MinDis=500
  543. MaxDis=8000
  544. Priority = 0
  545. Volume = -100
  546. Enabled = 1
  547. Never Unload Audio = 1
  548. Field Valid = 1
  549.  
  550. [W_FIRESTREAK_BULLET_HIT_D]
  551. Priority = 0
  552. Volume = 0
  553. Enabled = 0
  554. Field Valid = 1
  555.  
  556.  
  557. [I_HUD_RETICULE_SWITCH]
  558. Field Valid = 1
  559. Priority = 0
  560. Volume = -1800
  561. Force Software = 1
  562. Enabled = 1
  563.  
  564. [i_hud_reticule_lock]
  565. Field Valid=1
  566. MinDis = 800
  567. MaxDis = 4000
  568. Volume = -900
  569. Priority = 0
  570. Enabled = 1
  571. Force Software = 1
  572. Streamed Audio = 0
  573. Music Stream = 0
  574.  
  575. [i_hud_reticule_track]
  576. Field Valid=1
  577. MinDis = 800
  578. MaxDis = 4000
  579. Volume = -1000
  580. Priority = 0
  581. Enabled = 1
  582. Force Software = 1
  583. Streamed Audio = 0
  584. Music Stream = 0
  585.  
  586. [m_m7_rotate_intro]
  587. Field Valid=1
  588. MinDis = 1000
  589. MaxDis = 4000
  590. Volume = -100
  591. Priority = 0
  592. Enabled = 1
  593. Force Software = 0
  594. Streamed Audio = 0
  595. Music Stream = 0
  596.  
  597. [m_m7_rotate_loop]
  598. Field Valid=1
  599. MinDis = 1000
  600. MaxDis = 4000
  601. Volume = -100
  602. Priority = 0
  603. Enabled = 1
  604. Force Software = 0
  605. Streamed Audio = 0
  606. Music Stream = 0
  607.  
  608. [m_m7_rotate_outro]
  609. Field Valid=1
  610. MinDis = 1000
  611. MaxDis = 4000
  612. Volume = -100
  613. Priority = 0
  614. Enabled = 1
  615. Force Software = 0
  616. Streamed Audio = 0
  617. Music Stream = 0
  618.  
  619.  
  620.  
  621. [W_COMMANDO_GUN_FIRE]
  622. Priority = 0
  623. Volume = -1100
  624. Enabled = 1
  625. Field Valid = 1
  626.  
  627. [A_SENTINEL_HIT_01]
  628. Priority = 0
  629. MinDis=200
  630. MaxDis=3000
  631. Volume = 0
  632. Enabled = 1
  633. Field Valid = 1
  634.  
  635. [A_SENTINEL_HIT_02]
  636. Priority = 0
  637. MinDis=200
  638. MaxDis=3000
  639. Volume = 0
  640. Enabled = 1
  641. Field Valid = 1
  642.  
  643. [A_SENTINEL_HIT_03]
  644. Priority = 0
  645. MinDis=200
  646. MaxDis=3000
  647. Volume = 0
  648. Enabled = 1
  649. Field Valid = 1
  650.  
  651. [A_SENTINEL_STEP]
  652. MinDis = 700
  653. MaxDis = 5000
  654. Priority = 0
  655. Volume = -800
  656. Enabled = 1
  657. Field Valid = 1
  658.  
  659. [A_SENTINEL_LAND_HEAVY]
  660. MinDis=500
  661. MaxDis=5000
  662. Priority=0
  663. Volume=-100
  664. Enabled=1
  665. Field Valid = 1
  666.  
  667. [A_PED_SCREAM_MALE_GENERIC]
  668. Field Valid = 1
  669. Priority = 0
  670. MinDis=50
  671. MaxDis=1000
  672. Volume = -1400
  673. Enabled = 1
  674.  
  675. [A_PED_SCREAM_FEMALE_GENERIC]
  676. Field Valid = 1
  677. Priority = 0
  678. MinDis=50
  679. MaxDis=1000
  680. Volume = -1400
  681. Enabled = 1
  682.  
  683. [A_PED_SCREAM_MALE_HELP]
  684. Field Valid = 1
  685. Priority = 0
  686. MinDis=50
  687. MaxDis=1000
  688. Volume = -1400
  689. Enabled = 1
  690.  
  691. [A_PED_SCREAM_MALE_NO_01]
  692. Field Valid = 1
  693. Priority = 0
  694. MinDis=50
  695. MaxDis=1000
  696. Volume = -1400
  697. Enabled = 1
  698.  
  699. [A_PED_SCREAM_MALE_NO_02]
  700. Field Valid = 1
  701. Priority = 0
  702. MinDis=50
  703. MaxDis=1000
  704. Volume = -1400
  705. Enabled = 1
  706.  
  707. [A_PED_SCREAM_MALE_OHGOD]
  708. Field Valid = 1
  709. Priority = 0
  710. MinDis=50
  711. MaxDis=1000
  712. Volume = -1400
  713. Enabled = 1
  714.  
  715. [A_PED_SCREAM_FEMALE_HELP]
  716. Field Valid = 1
  717. Priority = 0
  718. MinDis=50
  719. MaxDis=1000
  720. Volume = -1400
  721. Enabled = 1
  722.  
  723. [A_PED_SCREAM_FEMALE_NO_01]
  724. Field Valid = 1
  725. Priority = 0
  726. MinDis=50
  727. MaxDis=1000
  728. Volume = -1400
  729. Enabled = 1
  730.  
  731. [A_PED_SCREAM_FEMALE_NO_02]
  732. Field Valid = 1
  733. Priority = 0
  734. MinDis=50
  735. MaxDis=1000
  736. Volume = -1400
  737. Enabled = 1
  738.  
  739. [A_PED_SCREAM_FEMALE_OHGOD]
  740. Field Valid = 1
  741. Priority = 0
  742. MinDis=50
  743. MaxDis=1000
  744. Volume = -1400
  745. Enabled = 1
  746.  
  747. [A_PED_SQUISH]
  748. Field Valid = 1
  749. MinDis=50
  750. MaxDis=1000
  751. Priority = 0
  752. Volume = -900
  753. Enabled = 1
  754.  
  755. [A_REGULATOR_DEATH]
  756. Field Valid = 1
  757. Priority = 0
  758. MinDis=500
  759. MaxDis=8000
  760. Volume = 200
  761. Enabled = 1
  762.  
  763. [A_PIRANHA_DEATH]
  764. Field Valid = 1
  765. Priority = 0
  766. MinDis=500
  767. MaxDis=8000
  768. Volume = 250
  769. Enabled = 1
  770.  
  771. [A_SPOTLIGHT_DEATH]
  772. Field Valid = 1
  773. Priority = 0
  774. MinDis = 400
  775. MaxDis = 8000
  776. Volume = -700
  777. Enabled = 1
  778.  
  779. [A_TURRET_PLASMA200_TURN]
  780. Field Valid = 1
  781. Priority = 0
  782. MinDis = 100
  783. MaxDis = 2000
  784. Volume = -900
  785. Enabled = 1
  786.  
  787. [A_WOLF_STEP]
  788. Field Valid = 1
  789. MinDis = 500
  790. MaxDis = 5000
  791. Priority = 0
  792. Volume = -500
  793. Enabled = 1
  794.  
  795. [A_BLACKWIDOW_STEP]
  796. Field Valid = 1
  797. MinDis=300
  798. MaxDis=4000
  799. Priority = 0
  800. Volume = -900
  801. Enabled = 1
  802.  
  803. [A_BLACKWIDOW_RISE]
  804. Field Valid = 1
  805. MinDis = 300
  806. MaxDis = 4000
  807. Priority = 0
  808. Volume = -600
  809. Enabled = 1
  810.  
  811. [A_BLACKWIDOW_LOWER]
  812. Field Valid = 1
  813. MinDis = 300
  814. MaxDis = 4000
  815. Priority = 0
  816. Volume = -600
  817. Enabled = 1
  818.  
  819. [A_GHOST_STEP_LAND_LOOP]
  820. Field Valid = 1
  821. Priority = 0
  822. MinDis=200
  823. MaxDis=4000
  824. Volume = -400
  825. Enabled = 1
  826.  
  827. [A_GHOST_STEP_WATER_LOOP]
  828. Field Valid = 1
  829. MinDis=200
  830. MaxDis=4000
  831. Priority = 0
  832. Volume = -400
  833. Enabled = 1
  834.  
  835. [A_GHOST_BEEP]
  836. Field Valid = 1
  837. MinDis=200
  838. MaxDis=4000
  839. Priority = 0
  840. Volume = -400
  841. Enabled = 1
  842.  
  843. [A_GHOST_ATTACK]
  844. Field Valid = 1
  845. MinDis=300
  846. MaxDis=6000
  847. Priority = 0
  848. Volume = -100
  849. Enabled = 1
  850.  
  851. [A_SLAVE0_LAND]
  852. Force Software=1
  853. Field Valid = 1
  854. Priority = 0
  855. Volume = 300
  856. Enabled = 1
  857. MinDis=500
  858. MaxDis=5000
  859.  
  860.  
  861. [A_SLAVE0_ROAR]
  862. Force Software=1
  863. Field Valid = 1
  864. Priority = 0
  865. Volume = 400
  866. Enabled = 1
  867.  
  868. [A_SLAVE0_LAND_WATER]
  869. Force Software=1
  870. Field Valid = 1
  871. Priority = 0
  872. Volume = 0
  873. Enabled = 1
  874. MinDis=300
  875. MaxDis=4000
  876.  
  877. [A_SLAVE0_DEATH_01]
  878. Field Valid = 1
  879. MinDis=200
  880. MaxDis=5000
  881. Priority = 0
  882. Volume = 400
  883. Enabled = 1
  884. Force Software = 1
  885. Streamed Audio=1
  886. Music Stream=0
  887.  
  888.  
  889.  
  890. [A_SLAVE0_DEATH_02]
  891. Field Valid = 1
  892. Priority = 0
  893. Volume = 0
  894. Enabled = 1
  895.  
  896. [A_SLAVE0_DEATH_03]
  897. Field Valid = 1
  898. Enabled=1
  899. Volume=300
  900. MinDis=300
  901. MaxDis=4000
  902. Priority=1
  903.  
  904. [A_SLAVE0_STRAFE_LOOP]
  905. Field Valid = 1
  906. Priority = 0
  907. Volume = -150
  908. Enabled = 1
  909.  
  910. [A_SLAVE0_STRAFE_INTRO]
  911. Field Valid = 1
  912. Priority = 0
  913. Volume = -150
  914. Enabled = 1
  915.  
  916. [A_SLAVE0_STRAFE_OUTRO]
  917. Field Valid = 1
  918. Priority = 0
  919. Volume = 0
  920. Enabled = 0
  921.  
  922. [A_SLAVE0_STEP_LEFT]
  923. Force Software=1
  924. MinDis=200
  925. MaxDis=4000
  926. Field Valid = 1
  927. Priority = 0
  928. Volume = 200
  929. Enabled = 1
  930.  
  931. [A_SLAVE0_STEP_RIGHT]
  932. Force Software =1
  933. Field Valid = 1
  934. MinDis=200
  935. MaxDis=4000
  936. Priority = 0
  937. Volume = 200
  938. Enabled = 1
  939.  
  940. [A_SLAVE0_STEP_WATER_LEFT]
  941. Force Software =1
  942. Field Valid = 1
  943. MinDis=200
  944. MaxDis=4000
  945. Priority = 0
  946. Volume = -200
  947. Enabled = 1
  948.  
  949. [A_SLAVE0_STEP_WATER_RIGHT]
  950. Force Software =1
  951. Field Valid = 1
  952. MinDis=200
  953. MaxDis=4000
  954. Priority = 0
  955. Volume = -200
  956. Enabled = 1
  957.  
  958. [A_SLAVE0_COLLECT_ITEM]
  959. Field Valid = 1
  960. Priority = 0
  961. MinDis=200
  962. MaxDis=2000
  963. Volume = -300
  964. Enabled = 1
  965.  
  966. [A_SLAVE0_COLLECT_HEALTH]
  967. Field Valid = 1
  968. Priority = 0
  969. Volume = 100
  970. Enabled = 1
  971.  
  972. [A_SLAVE0_HIT_SLUG]
  973. Field Valid = 1
  974. Priority = 0
  975. Volume = 100
  976. Enabled = 1
  977.  
  978. [A_SLAVE0_HIT_ROCKET]
  979. Field Valid = 1
  980. Priority = 0
  981. Volume = 100
  982. Enabled = 1
  983.  
  984.  
  985. [a_slave0_hit_01]
  986. MinDis = 300
  987. MaxDis = 3000
  988. Volume = 300
  989. Priority = 0
  990. Enabled = 1
  991. Force Software = 1
  992. Streamed Audio = 0
  993. Music Stream = 0
  994.  
  995. [a_slave0_hit_02]
  996. MinDis = 300
  997. MaxDis = 3000
  998. Volume = 300
  999. Priority = 0
  1000. Enabled = 1
  1001. Force Software = 1
  1002. Streamed Audio = 0
  1003. Music Stream = 0
  1004.  
  1005. [a_slave0_hit_03]
  1006. MinDis = 300
  1007. MaxDis = 3000
  1008. Volume = 300
  1009. Priority = 0
  1010. Enabled = 1
  1011. Force Software = 1
  1012. Streamed Audio = 0
  1013. Music Stream = 0
  1014.  
  1015. [a_slave0_hit_04]
  1016. MinDis = 300
  1017. MaxDis = 3000
  1018. Volume = 300
  1019. Priority = 0
  1020. Enabled = 1
  1021. Force Software = 1
  1022. Streamed Audio = 0
  1023. Music Stream = 0
  1024.  
  1025. [w_slave0_punch_whiff]
  1026. MinDis = 300
  1027. MaxDis = 3000
  1028. Volume = 400
  1029. Priority = 0
  1030. Enabled = 1
  1031. Force Software = 1
  1032. Streamed Audio = 0
  1033. Music Stream = 0
  1034.  
  1035. [w_slave0_punch_hit]
  1036. MinDis = 300
  1037. MaxDis = 3000
  1038. Volume = 400
  1039. Priority = 0
  1040. Enabled = 1
  1041. Force Software = 1
  1042. Streamed Audio = 0
  1043. Music Stream = 0
  1044.  
  1045. [w_slave0_pipe_whoosh]
  1046. MinDis = 300
  1047. MaxDis = 3000
  1048. Volume = 400
  1049. Priority = 0
  1050. Enabled = 1
  1051. Force Software = 1
  1052. Streamed Audio = 0
  1053. Music Stream = 0
  1054.  
  1055. [w_slave0_pipe_hit]
  1056. MinDis = 300
  1057. MaxDis = 3000
  1058. Volume = 400
  1059. Priority = 0
  1060. Enabled = 1
  1061. Force Software = 1
  1062. Streamed Audio = 0
  1063. Music Stream = 0
  1064.  
  1065.  
  1066. [A_ARBITER_BUDDY_LOOP]
  1067. Field Valid = 1
  1068. Priority=0
  1069. MinDis=100
  1070. MaxDis=1200
  1071. Volume=-1400
  1072. Enabled=1
  1073.  
  1074. [a_arbiter_shield_hit]
  1075. Field Valid=1
  1076. Priority =0
  1077. MinDis=200
  1078. MaxDis=4000
  1079. Volume=-300
  1080. Enabled = 1
  1081.  
  1082. [A_TITAN_GUN_ARM_CHARGE]
  1083. Field Valid = 1
  1084. Priority = 0
  1085. MinDis=500
  1086. MaxDis=5000
  1087. Volume = -300
  1088. Enabled = 1
  1089.  
  1090. [A_TITAN_GUN_ARM_FIRE]
  1091. Field Valid = 1
  1092. Priority = 0
  1093. MinDis=500
  1094. MaxDis=8000
  1095. Volume = -200
  1096. Enabled = 1
  1097.  
  1098. [A_TITAN_ARM_SWIPE]
  1099. Field Valid = 1
  1100. Priority = 0
  1101. MinDis=200
  1102. MaxDis=2000
  1103. Volume = 100
  1104. Enabled = 1
  1105.  
  1106. [A_TITAN_GUN_MISSILE_FIRE]
  1107. Field Valid = 1
  1108. Priority = 0
  1109. MinDis=500
  1110. MaxDis=8000
  1111. Volume = 0
  1112. Enabled = 1
  1113.  
  1114. [A_TITAN_STEP]
  1115. Field Valid = 1
  1116. Priority = 0
  1117. MinDis=400
  1118. MaxDis=5000
  1119. Volume = -400
  1120. Enabled = 1
  1121.  
  1122. [a_shiva_fire_loop]
  1123. Field Valid = 1
  1124. MinDis = 500
  1125. MaxDis = 8000
  1126. Volume = -400
  1127. Priority = 0
  1128. Enabled = 1
  1129. Force Software = 0
  1130.  
  1131.  
  1132. [A_TITAN_HIT_03]
  1133. Field Valid = 1
  1134. Priority = 0
  1135. MinDis=200
  1136. MaxDis=4000
  1137. Volume=-400
  1138. Enabled=1
  1139.  
  1140. [a_umberknight_shield_plant]
  1141. Field Valid = 1
  1142. Priority=0
  1143. MinDis=200
  1144. MaxDis=4000
  1145. Volume=-300
  1146. Enabled=1
  1147.  
  1148. [a_raider_fly_loop]
  1149. Field Valid = 1
  1150. Priority = 0
  1151. MinDis=100
  1152. MaxDis=4000
  1153. Volume = -1500
  1154. Enabled = 1
  1155.  
  1156. [a_raider_fire_loop]
  1157. Field Valid = 1
  1158. Priority = 0
  1159. MinDis=300
  1160. MaxDis=5000
  1161. Volume = 0
  1162. Enabled = 1
  1163.  
  1164. [a_raider_fire_outro]
  1165. Field Valid = 1
  1166. Priority = 0
  1167. MinDis=300
  1168. MaxDis=5000
  1169. Volume = 0
  1170. Enabled = 1
  1171.  
  1172.  
  1173. [V_CAR_CRASH]
  1174. Field Valid = 1
  1175. Priority = 0
  1176. MinDis=100
  1177. MaxDis=1000
  1178. Volume = -400
  1179. Enabled = 1
  1180.  
  1181. [V_CAR_CRUSHED]
  1182. Field Valid = 1
  1183. Priority = 0
  1184. MinDis=100
  1185. MaxDis=2000
  1186. Volume = -600
  1187. Enabled = 1
  1188.  
  1189. [V_CAR_A_LOOP]
  1190. Field Valid = 1
  1191. Priority = 0
  1192. MinDis=100
  1193. MaxDis=400
  1194. Volume = -500
  1195. Enabled = 0
  1196.  
  1197. [V_CAR_A_HONK]
  1198. Field Valid = 1
  1199. Priority = 0
  1200. MinDis=100
  1201. MaxDis=2000
  1202. Volume = -2000
  1203. Enabled = 1
  1204.  
  1205. [V_CAR_B_LOOP]
  1206. Field Valid = 1
  1207. Priority = 0
  1208. MinDis=10
  1209. MaxDis=1000
  1210. Volume = -500
  1211. Enabled = 0
  1212.  
  1213. [V_CAR_B_HONK]
  1214. Field Valid = 1
  1215. Priority = 0
  1216. MinDis=100
  1217. MaxDis=2000
  1218. Volume = -2000
  1219. Enabled = 1
  1220.  
  1221. [V_HOVERCAR_A_DOPPLER]
  1222. Field Valid = 1
  1223. Priority = 0
  1224. MinDis=100
  1225. MaxDis=500
  1226. Volume = -2600
  1227. Enabled = 1
  1228.  
  1229. [V_M99_DEATH]
  1230. Field Valid = 1
  1231. Priority = 0
  1232. Volume = 0
  1233. Enabled = 1
  1234.  
  1235. [V_M99_ENGINE_LOOP]
  1236. Field Valid = 1
  1237. MinDis=100
  1238. MaxDis=5000
  1239. Priority = 0
  1240. Volume = -800
  1241. Enabled = 1
  1242.  
  1243. [V_M99_TURRET_ROTATE]
  1244. Field Valid = 1
  1245. Priority = 0
  1246. MinDis=500
  1247. MaxDis=8000
  1248. Volume = -600
  1249. Enabled = 1
  1250.  
  1251. [V_ZEPPELIN_MUSIC_LOOP]
  1252. Field Valid = 1
  1253. Priority = 0
  1254. MinDis=200
  1255. MaxDis=2000
  1256. Volume = -800
  1257. Enabled = 1
  1258.  
  1259. [V_TRAIN_DEATH]
  1260. Field Valid = 1
  1261. Priority = 0
  1262. Volume = 0
  1263. Enabled = 1
  1264.  
  1265. [V_TRAIN_ENGINE_LOOP]
  1266. Field Valid = 1
  1267. Priority = 0
  1268. Volume = -300
  1269. Enabled = 1
  1270.  
  1271. [v_train_stop]
  1272. Field Valid=1
  1273. Priority = 0
  1274. Volume = 100
  1275. Enabled = 1
  1276. MinDis = 400
  1277. MaxDis = 5000
  1278.  
  1279. [V_APC_DOORS_CLOSE]
  1280. Field Valid = 1
  1281. Priority = 0
  1282. MinDis=300
  1283. MaxDis=4000
  1284. Volume = -900
  1285. Enabled = 1
  1286.  
  1287. [V_APC_DOORS_OPEN]
  1288. Field Valid = 1
  1289. Priority = 0
  1290. MinDis=300
  1291. MaxDis=4000
  1292. Volume = -900
  1293. Enabled = 1
  1294.  
  1295. [V_APC_UNLOAD]
  1296. Field Valid = 1
  1297. MinDis=400
  1298. MaxDis=5000
  1299. Priority = 0
  1300. Volume = -700
  1301. Enabled = 1
  1302.  
  1303. [V_HYENA_ENGINE_LOOP]
  1304. Field Valid = 1
  1305. Priority = 0
  1306. MinDis=200
  1307. MaxDis=2000
  1308. Volume = -1200
  1309. Enabled = 1
  1310.  
  1311. [V_HYENA_DEATH]
  1312. Field Valid = 1
  1313. Priority = 0
  1314. MinDis=1200
  1315. MaxDis=9000
  1316. Volume = -400
  1317. Enabled = 1
  1318.  
  1319. [V_TRUCK_FLATBED_A_DOPPLER]
  1320. Field Valid = 1
  1321. Priority = 0
  1322. Volume = 0
  1323. Enabled = 1
  1324.  
  1325. [V_TRUCK_FLATBED_B_DOPPLER]
  1326. Field Valid = 1
  1327. Priority = 0
  1328. Volume = 0
  1329. Enabled = 1
  1330.  
  1331. [V_TRUCK_DUMP_DOPPLER]
  1332. Field Valid = 1
  1333. Priority = 0
  1334. Volume = 0
  1335. Enabled = 1
  1336.  
  1337. [V_BOAT_TRANS_ENGINE_LOOP]
  1338. Field Valid = 1
  1339. Priority = 0
  1340. MinDis=100
  1341. MaxDis=3000
  1342. Volume = -1000
  1343. Enabled = 1
  1344.  
  1345. [V_BOAT_ESCORT_ENGINE_LOOP]
  1346. Field Valid = 1
  1347. Priority = 0
  1348. MinDis=100
  1349. MaxDis=1000
  1350. Volume = -3000
  1351. Enabled = 1
  1352.  
  1353. [V_BOAT_JETSKI_ENGINE_LOOP]
  1354. Field Valid = 1
  1355. Priority = 0
  1356. MinDis=100
  1357. MaxDis=1000
  1358. Volume = -300
  1359. Enabled = 1
  1360.  
  1361. [V_BOAT_DEATH]
  1362. Field Valid = 1
  1363. Priority = 0
  1364. Volume = -300
  1365. MinDis=200
  1366. MaxDis=1200
  1367. Enabled = 1
  1368.  
  1369. [V_NEMESIS_MOVE_IDLE]
  1370. Field Valid = 1
  1371. Priority=0
  1372. Volume=100
  1373. MinDis=400
  1374. MaxDis=3000
  1375. Enabled=1
  1376.  
  1377. [V_NEMESIS_MOVE_LOOP]
  1378. Field Valid = 1
  1379. Priority=0
  1380. Volume=100
  1381. MinDis=400
  1382. MaxDis=3000
  1383. Enabled=1
  1384.  
  1385. [V_NEMESIS_DIE]
  1386. Field Valid = 1
  1387. Priority=0
  1388. Volume=400
  1389. MinDis=2000
  1390. MaxDis=8000
  1391. Enabled=1
  1392.  
  1393. [w_laser_tank_fire]
  1394. Field Valid=1
  1395. MinDis = 200
  1396. MaxDis = 4000
  1397. Volume = -500
  1398. Priority = 0
  1399. Enabled = 1
  1400. Force Software = 0
  1401. Streamed Audio = 0
  1402. Music Stream = 0
  1403.  
  1404. [w_p400_gun_fire_LOOP]
  1405. MinDis = 800
  1406. MaxDis = 4000
  1407. Volume = 0
  1408. Priority = 0
  1409. Enabled = 1
  1410. Force Software = 0
  1411. Streamed Audio = 0
  1412. Music Stream = 0
  1413.  
  1414. [v_helicopter_fly]
  1415. Field Valid=1
  1416. MinDis = 200
  1417. MaxDis = 4000
  1418. Volume = -800
  1419. Priority = 0
  1420. Enabled = 1
  1421. Force Software = 0
  1422. Streamed Audio = 0
  1423. Music Stream = 0
  1424.  
  1425. [w_p400_gun_fire_OUTRO]
  1426. MinDis = 800
  1427. MaxDis = 4000
  1428. Volume = 0
  1429. Priority = 0
  1430. Enabled = 1
  1431. Force Software = 0
  1432. Streamed Audio = 0
  1433. Music Stream = 0
  1434.  
  1435. [e_sdl_destruct]
  1436. MinDis = 800
  1437. MaxDis = 4000
  1438. Volume = 0
  1439. Priority = 0
  1440. Enabled = 1
  1441. Force Software = 0
  1442. Streamed Audio = 0
  1443. Music Stream = 0
  1444.  
  1445. [w_helicopter_fire]
  1446. MinDis = 800
  1447. MaxDis = 4000
  1448. Volume = 0
  1449. Priority = 0
  1450. Enabled = 1
  1451. Force Software = 0
  1452. Streamed Audio = 0
  1453. Music Stream = 0
  1454.  
  1455. [w_flakgun_fire]
  1456. MinDis = 800
  1457. MaxDis = 4000
  1458. Volume = 0
  1459. Priority = 0
  1460. Enabled = 1
  1461. Force Software = 0
  1462. Streamed Audio = 0
  1463. Music Stream = 0
  1464.  
  1465.  
  1466. [E_EXPLOSION_SMALL_01]
  1467. Field Valid = 1
  1468. Priority = 0
  1469. MinDis=100
  1470. MaxDis=1000
  1471. Volume = -900
  1472. Enabled = 1
  1473. Never Unload Audio = 1
  1474.  
  1475. [E_EXPLOSION_SMALL_02]
  1476. Field Valid = 1
  1477. Priority = 0
  1478. MinDis=100
  1479. MaxDis=1000
  1480. Volume = -900
  1481. Enabled = 1
  1482. Never Unload Audio = 1
  1483.  
  1484. [E_EXPLOSION_SMALL_03]
  1485. Field Valid = 1
  1486. Priority = 0
  1487. MinDis=100
  1488. MaxDis=1000
  1489. Volume = -900
  1490. Enabled = 1
  1491. Never Unload Audio = 1
  1492.  
  1493. [E_EXPLOSION_SMALL_04]
  1494. Field Valid = 1
  1495. Priority = 0
  1496. MinDis=100
  1497. MaxDis=1000
  1498. Volume = -900
  1499. Enabled = 1
  1500. Never Unload Audio = 1
  1501.  
  1502. [E_EXPLOSION_SMALL_05]
  1503. Field Valid = 1
  1504. Priority = 0
  1505. MinDis=100
  1506. MaxDis=1000
  1507. Volume = -900
  1508. Enabled = 1
  1509. Never Unload Audio = 1
  1510.  
  1511. [E_EXPLOSION_GLASS_01]
  1512. Field Valid = 1
  1513. Priority = 0
  1514. MinDis = 200
  1515. MaxDis = 8000
  1516. Volume = -800
  1517. Enabled = 1
  1518. Never Unload Audio = 1
  1519.  
  1520. [E_EXPLOSION_GLASS_02]
  1521. Field Valid = 1
  1522. Priority = 0
  1523. MinDis = 200
  1524. MaxDis = 8000
  1525. Volume = -800
  1526. Enabled = 1
  1527. Never Unload Audio = 1
  1528.  
  1529. [E_EXPLOSION_GLASS_03]
  1530. Field Valid = 1
  1531. Priority = 0
  1532. MinDis = 200
  1533. MaxDis = 8000
  1534. Volume = -800
  1535. Enabled = 1
  1536. Never Unload Audio = 1
  1537.  
  1538. [E_EXPLOSION_BIG_01]
  1539. Field Valid = 1
  1540. MinDis=400
  1541. MaxDis=8000
  1542. Priority = 0
  1543. Volume = -300
  1544. Enabled = 1
  1545. Never Unload Audio = 1
  1546.  
  1547. [E_EXPLOSION_BIG_02]
  1548. Field Valid = 1
  1549. MinDis=400
  1550. MaxDis=8000
  1551. Priority = 0
  1552. Volume = -300
  1553. Enabled = 1
  1554. Never Unload Audio = 1
  1555.  
  1556. [E_EXPLOSION_BIG_03]
  1557. Field Valid = 1
  1558. MinDis=400
  1559. MaxDis=8000
  1560. Priority = 0
  1561. Volume = -300
  1562. Enabled = 1
  1563. Never Unload Audio = 1
  1564.  
  1565. [E_EXPLOSION_BIG_04]
  1566. Field Valid = 1
  1567. MinDis=400
  1568. MaxDis=8000
  1569. Priority = 0
  1570. Volume = -300
  1571. Enabled = 1
  1572. Never Unload Audio = 1
  1573.  
  1574. [E_EXPLOSION_BIG_05]
  1575. Field Valid = 1
  1576. MinDis=400
  1577. MaxDis=8000
  1578. Priority = 0
  1579. Volume = -300
  1580. Enabled = 1
  1581. Never Unload Audio = 1
  1582.  
  1583.  
  1584. [e_crate_death_01]
  1585. Field Valid = 1
  1586. MinDis = 200
  1587. MaxDis = 5000
  1588. Volume = -100
  1589. Priority = 0
  1590. Enabled = 1
  1591. Force Software = 0
  1592. Never Unload Audio = 1
  1593.  
  1594. [e_crate_death_02]
  1595. Field Valid = 1
  1596. MinDis = 200
  1597. MaxDis = 5000
  1598. Volume = -100
  1599. Priority = 0
  1600. Enabled = 1
  1601. Force Software = 0
  1602. Never Unload Audio = 1
  1603.  
  1604. [e_crate_death_03]
  1605. Field Valid = 1
  1606. MinDis = 200
  1607. MaxDis = 5000
  1608. Volume = -100
  1609. Priority = 0
  1610. Enabled = 1
  1611. Force Software = 0
  1612. Never Unload Audio = 1
  1613.  
  1614. [e_building_tiny_death_01]
  1615. Field Valid = 1
  1616. MinDis = 200
  1617. MaxDis = 4000
  1618. Volume = -300
  1619. Priority = 0
  1620. Enabled = 1
  1621. Force Software = 0
  1622. Never Unload Audio = 1
  1623.  
  1624. [e_building_tiny_death_02]
  1625. Field Valid = 1
  1626. MinDis = 200
  1627. MaxDis = 4000
  1628. Volume = -300
  1629. Priority = 0
  1630. Enabled = 1
  1631. Force Software = 0
  1632. Never Unload Audio = 1
  1633.  
  1634. [e_building_tiny_death_03]
  1635. Field Valid = 1
  1636. MinDis = 200
  1637. MaxDis = 4000
  1638. Volume = -300
  1639. Priority = 0
  1640. Enabled = 1
  1641. Force Software = 0
  1642. Never Unload Audio = 1
  1643.  
  1644. [e_building_med_death_01]
  1645. Field Valid = 1
  1646. MinDis = 300
  1647. MaxDis = 4000
  1648. Volume = -300
  1649. Priority = 0
  1650. Enabled = 1
  1651. Force Software = 0
  1652. Never Unload Audio = 1
  1653.  
  1654. [e_building_med_death_02]
  1655. Field Valid = 1
  1656. MinDis = 300
  1657. MaxDis = 4000
  1658. Volume = -300
  1659. Priority = 0
  1660. Enabled = 1
  1661. Force Software = 0
  1662. Never Unload Audio = 1
  1663.  
  1664. [e_building_med_death_03]
  1665. Field Valid = 1
  1666. MinDis = 300
  1667. MaxDis = 4000
  1668. Volume = -300
  1669. Priority = 0
  1670. Enabled = 1
  1671. Force Software = 0
  1672. Never Unload Audio = 1
  1673.  
  1674. [e_building_huge_death_01]
  1675. Field Valid = 1
  1676. MinDis = 300
  1677. MaxDis = 4000
  1678. Volume = -300
  1679. Priority = 0
  1680. Enabled = 1
  1681. Force Software = 0
  1682. Never Unload Audio = 1
  1683.  
  1684. [e_building_huge_death_02]
  1685. Field Valid = 1
  1686. MinDis = 300
  1687. MaxDis = 4000
  1688. Volume = -300
  1689. Priority = 0
  1690. Enabled = 1
  1691. Force Software = 0
  1692. Never Unload Audio = 1
  1693.  
  1694. [e_building_huge_death_03]
  1695. Field Valid = 1
  1696. MinDis = 300
  1697. MaxDis = 4000
  1698. Volume = -300
  1699. Priority = 0
  1700. Enabled = 1
  1701. Force Software = 0
  1702. Never Unload Audio = 1
  1703.  
  1704. [E_EXPLOSION_GENERIC_01]
  1705. Field Valid = 1
  1706. MinDis=300
  1707. MaxDis=4000
  1708. Priority = 0
  1709. Volume = -400
  1710. Enabled = 1
  1711. Never Unload Audio=1
  1712.  
  1713. [E_EXPLOSION_GENERIC_02]
  1714. Field Valid = 1
  1715. MinDis=300
  1716. MaxDis=4000
  1717. Priority = -400
  1718. Volume = 0
  1719. Enabled = 1
  1720. Never Unload Audio=1
  1721.  
  1722. [E_EXPLOSION_GENERIC_03]
  1723. Field Valid = 1
  1724. MinDis=300
  1725. MaxDis=4000
  1726. Priority = 0
  1727. Volume = -400
  1728. Enabled = 1
  1729. Never Unload Audio=1
  1730.  
  1731. [E_EXPLOSION_GENERIC_04]
  1732. Field Valid = 1
  1733. MinDis = 300
  1734. MaxDis = 4000
  1735. Priority = 0
  1736. Volume = -300
  1737. Enabled = 1
  1738. Never Unload Audio=1
  1739.  
  1740. [e_explosion_watery]
  1741. Field Valid = 1
  1742. MinDis = 300
  1743. MaxDis = 5000
  1744. Volume = -100
  1745. Priority = 0
  1746. Enabled = 1
  1747. Force Software = 0
  1748. Streamed Audio = 0
  1749. Music Stream = 0
  1750.  
  1751. [E_FLAVOR_GLASS_SHATTER]
  1752. Field Valid = 1
  1753. Priority = 0
  1754. Volume = 0
  1755. Enabled = 1
  1756.  
  1757.  
  1758. [E_FIRE_INTRO]
  1759. Field Valid = 1
  1760. Priority = 0
  1761. Volume = 0
  1762. Enabled = 1
  1763.  
  1764. [E_FIRE_OUTRO]
  1765. Field Valid = 1
  1766. Priority = 0
  1767. Volume = 0
  1768. Enabled = 1
  1769.  
  1770. [E_FIRE_LOOP]
  1771. Field Valid = 1
  1772. Priority = 0
  1773. Volume = 0
  1774. Enabled = 1
  1775.  
  1776. [E_FIRE_BURST_INTRO]
  1777. Field Valid = 1
  1778. Priority = 0
  1779. Volume = 0
  1780. Enabled = 1
  1781.  
  1782. [E_FIRE_BURST_LOOP]
  1783. Field Valid = 1
  1784. Priority = 0
  1785. Volume = 0
  1786. Enabled = 1
  1787.  
  1788. [E_FIRE_BURST_OUTRO]
  1789. Field Valid = 1
  1790. Priority = 0
  1791. Volume = 0
  1792. Enabled = 1
  1793.  
  1794. [E_LIFT_LOOP]
  1795. Field Valid = 1
  1796. Priority = 0
  1797. Volume = 0
  1798. Enabled = 1
  1799.  
  1800. [E_LIFT_INTRO]
  1801. Field Valid = 1
  1802. Priority = 0
  1803. Volume = 0
  1804. Enabled = 1
  1805.  
  1806. [E_LIFT_OUTRO]
  1807. Field Valid = 1
  1808. Priority = 0
  1809. Volume = 0
  1810. Enabled = 1
  1811.  
  1812. [E_SWR_DOOR_JAW_OPEN_INTRO]
  1813. Field Valid = 1
  1814. MinDis=800
  1815. MaxDis=4000
  1816. Priority = 0
  1817. Volume = 200
  1818. Enabled = 1
  1819.  
  1820. [E_SWR_DOOR_JAW_OPEN_LOOP]
  1821. Field Valid = 1
  1822. MinDis=800
  1823. MaxDis=4000
  1824. Priority = 0
  1825. Volume = 200
  1826. Enabled = 1
  1827.  
  1828. [E_SWR_DOOR_JAW_OPEN_OUTRO]
  1829. Field Valid = 1
  1830. MinDis=800
  1831. MaxDis=4000
  1832. Priority = 0
  1833. Volume = 200
  1834. Enabled = 1
  1835.  
  1836. [E_SWR_DOOR_JAW_OPEN_STUCK]
  1837. Field Valid = 1
  1838. Priority = 0
  1839. MinDis=800
  1840. MaxDis=4000
  1841. Volume = 200
  1842. Enabled = 1
  1843.  
  1844. [E_SWR_DOOR_JAW_CLOSE_INTRO]
  1845. Field Valid = 1
  1846. MinDis=800
  1847. MaxDis=4000
  1848. Priority = 0
  1849. Volume = 200
  1850. Enabled = 1
  1851.  
  1852. [E_SWR_DOOR_JAW_CLOSE_LOOP]
  1853. Field Valid = 1
  1854. MinDis=800
  1855. MaxDis=4000
  1856. Priority = 0
  1857. Volume = 200
  1858. Enabled = 1
  1859.  
  1860. [E_SWR_DOOR_JAW_CLOSE_OUTRO]
  1861. Field Valid = 1
  1862. MinDis=800
  1863. MaxDis=4000
  1864. Priority = 0
  1865. Volume = 200
  1866. Enabled = 1
  1867.  
  1868. [E_SWR_DOOR_APERTURE_OPEN]
  1869. Field Valid = 1
  1870. Priority = 0
  1871. Volume = 0
  1872. Enabled = 1
  1873.  
  1874. [E_SWR_DOOR_APERTURE_CLOSE]
  1875. Field Valid = 1
  1876. Priority = 0
  1877. Volume = 0
  1878. Enabled = 1
  1879.  
  1880.  
  1881. [P_HEALTH_IDLE_LOOP]
  1882. Field Valid = 1
  1883. MinDis=50
  1884. MaxDis=400
  1885. Priority = 0
  1886. Volume = -700
  1887. Enabled = 1
  1888.  
  1889. [M_M1_GENERATOR1_DEATH]
  1890. Field Valid = 1
  1891. MinDis=800
  1892. MaxDis=5000
  1893. Priority = 0
  1894. Volume = 100
  1895. Enabled = 1
  1896.  
  1897. [M_M1_GENERATOR2_DEATH]
  1898. Field Valid = 1
  1899. MinDis=800
  1900. MaxDis=5000
  1901. Priority = 0
  1902. Volume = 200
  1903. Enabled = 1
  1904.  
  1905. [M_M1_GENERATOR3_DEATH]
  1906. Field Valid = 1
  1907. Priority = 0
  1908. MinDis=800
  1909. MaxDis=5000
  1910. Volume = 275
  1911. Enabled = 1
  1912.  
  1913. [M_M1_GENERATOR1_HUM]
  1914. Field Valid = 1
  1915. Priority = 0
  1916. MinDis=500
  1917. MaxDis=8000
  1918. Volume = 200
  1919. Enabled = 1
  1920.  
  1921. [M_M1_GENERATOR2_HUM]
  1922. Field Valid = 1
  1923. MinDis=500
  1924. MaxDis=8000
  1925. Priority = 0
  1926. Volume = 200
  1927. Enabled = 1
  1928.  
  1929. [M_M1_GENERATOR3_HUM]
  1930. Field Valid = 1
  1931. Priority = 0
  1932. MinDis=300
  1933. MaxDis=8000
  1934. Volume = 300
  1935. Enabled = 1
  1936.  
  1937. [M_M1_COMM_SIGNAL_01]
  1938. Field Valid = 1
  1939. Priority = 0
  1940. Volume = 0
  1941. Enabled = 1
  1942.  
  1943. [M_M1_COMM_SIGNAL_02]
  1944. Field Valid = 1
  1945. Priority = 0
  1946. Volume = 0
  1947. Enabled = 1
  1948.  
  1949. [M_M1_COMM_SIGNAL_03]
  1950. Field Valid = 1
  1951. Priority = 0
  1952. Volume = 0
  1953. Enabled = 1
  1954.  
  1955. [M_M1_COMM_SIGNAL_04]
  1956. Field Valid = 1
  1957. Priority = 0
  1958. Volume = 0
  1959. Enabled = 1
  1960.  
  1961. [M_M1_COMM_SIGNAL_05]
  1962. Field Valid = 1
  1963. Priority = 0
  1964. Volume = 0
  1965. Enabled = 1
  1966.  
  1967. [M_M1_COMM_SIGNAL_06]
  1968. Field Valid = 1
  1969. Priority = 0
  1970. Volume = 0
  1971. Enabled = 1
  1972.  
  1973. [M_M1_COMM_THRUM]
  1974. Field Valid = 1
  1975. Priority = 0
  1976. MinDis=1000
  1977. MaxDis=8000
  1978. Volume = 0
  1979. Enabled = 1
  1980.  
  1981. [M_M1_COMM_DEATH]
  1982. Field Valid = 1
  1983. Priority = 0
  1984. Volume = 300
  1985. Enabled = 1
  1986. Force Software=1
  1987. Streamed Audio=1
  1988. Music Stream=0
  1989.  
  1990.  
  1991. [M_M3_CRUISER_COLLISION]
  1992. Field Valid = 1
  1993. Priority = 0
  1994. Volume = 0
  1995. Enabled = 1
  1996.  
  1997. [M_M3_HIVE_LOOP]
  1998. Field Valid = 1
  1999. Priority = 0
  2000. Volume = 0
  2001. Enabled = 1
  2002.  
  2003. ;Boss 1 sounds
  2004. ;
  2005. [B_BOSS1_INTRO_RAISE]
  2006. Field Valid = 1
  2007. MinDis=4000
  2008. MaxDis=8000
  2009. Priority = 0
  2010. Volume = 200
  2011. Enabled = 1
  2012.  
  2013. [B_BOSS1_INTRO_CHAIN_BREAK]
  2014. Field Valid = 1
  2015. MinDis=4000
  2016. MaxDis=8000
  2017. Priority=0
  2018. Volume=200
  2019. Enabled=1
  2020.  
  2021. [B_BOSS1_INTRO_ROAR]
  2022. Field Valid = 1
  2023. MinDis = 4000
  2024. MaxDis = 8000
  2025. Priority = 0
  2026. Volume = 300
  2027. Enabled = 1
  2028.  
  2029. [B_BOSS1_FIRE1_INTRO]
  2030. Field Valid = 1
  2031. MinDis = 4000
  2032. MaxDis = 8000
  2033. Priority = 0
  2034. Volume = 0
  2035. Enabled = 1
  2036.  
  2037. [B_BOSS1_FIRE1_LOOP]
  2038. Field Valid = 1
  2039. MinDis = 4000
  2040. MaxDis = 8000
  2041. Priority = 0
  2042. Volume = 0
  2043. Enabled = 1
  2044.  
  2045. [B_BOSS1_FIRE1_OUTRO]
  2046. Field Valid = 1
  2047. MinDis = 4000
  2048. MaxDis = 8000
  2049. Priority = 0
  2050. Volume = 0
  2051. Enabled = 1
  2052.  
  2053. [B_BOSS1_TURN_LOOP]
  2054. Field Valid = 1
  2055. MinDis = 1000
  2056. MaxDis = 8000
  2057. Priority = 0
  2058. Volume = -800
  2059. Enabled = 1
  2060.  
  2061. [B_BOSS1_FIRE1_SIZZLE_LOOP]
  2062. Field Valid = 1
  2063. MinDis = 300
  2064. MaxDis = 8000
  2065. Priority = 0
  2066. Volume = -700
  2067. Enabled = 1
  2068.  
  2069. [B_BOSS1_PHASE2_ROAR]
  2070. Field Valid = 1
  2071. MinDis = 4000
  2072. MaxDis = 8000
  2073. Priority = 0
  2074. Volume = 300
  2075. Enabled = 1
  2076.  
  2077. [B_BOSS1_ROAR_01]
  2078. Field Valid = 1
  2079. MinDis = 4000
  2080. MaxDis = 8000
  2081. Priority = 0
  2082. Volume = 300
  2083. Enabled = 1
  2084.  
  2085. [B_BOSS1_ROAR_02]
  2086. Field Valid = 1
  2087. MinDis = 4000
  2088. MaxDis = 8000
  2089. Priority = 0
  2090. Volume = 300
  2091. Enabled = 1
  2092.  
  2093. [B_BOSS1_FIRE2_INTRO]
  2094. Field Valid = 1
  2095. MinDis = 5000
  2096. MaxDis = 7000
  2097. Priority = 0
  2098. Volume = 0
  2099. Enabled = 1
  2100.  
  2101. [B_BOSS1_FIRE2_DEBRIS_HIT]
  2102. Field Valid = 1
  2103. MinDis = 6000
  2104. MaxDis = 8000
  2105. Priority = 0
  2106. Volume = 300
  2107. Enabled = 1
  2108.  
  2109. [B_BOSS1_FIRE2_DEBRIS_LAND]
  2110. Field Valid = 1
  2111. MinDis = 3000
  2112. MaxDis = 8000
  2113. Priority = 0
  2114. Volume = 100
  2115. Enabled = 1
  2116.  
  2117. [B_BOSS1_ATTACK_HAND]
  2118. Field Valid = 1
  2119. MinDis = 3000
  2120. MaxDis = 8000
  2121. Priority = 0
  2122. Volume = 400
  2123. Enabled = 1
  2124.  
  2125. [B_BOSS1_ATTACK_HAND_HIT]
  2126. Field Valid = 1
  2127. MinDis = 3000
  2128. MaxDis = 8000
  2129. Priority = 0
  2130. Volume = 100
  2131. Enabled = 1
  2132.  
  2133. [B_BOSS1_HIT_ARMOR]
  2134. Field Valid = 1
  2135. MinDis=800
  2136. MaxDis=4000
  2137. Priority=0
  2138. Volume=300
  2139. Enabled=1
  2140.  
  2141. [B_BOSS1_HIT_MEAT]
  2142. Field Valid = 1
  2143. MinDis=800
  2144. MaxDis=4000
  2145. Priority=0
  2146. Volume=300
  2147. Enabled=1
  2148.  
  2149. [B_BOSS1_FIRE3]
  2150. Field Valid = 1
  2151. MinDis=800
  2152. MaxDis=4000
  2153. Priority=0
  2154. Volume=300
  2155. Enabled=1
  2156.  
  2157. ;[B_BOSS1_FIRE3_BULLET_LOOP]
  2158. Field Valid = 1
  2159. ;[B_BOSS1_FIRE3_BULLET_HIT]
  2160. Field Valid = 1
  2161.  
  2162.  
  2163. [B_BOSS1_DIE]
  2164. Field Valid = 1
  2165. MinDis = 8000
  2166. MaxDis = 10000
  2167. Priority = 0
  2168. Volume = 300
  2169. Enabled = 1
  2170.  
  2171. ;Boss2 sounds
  2172. ;
  2173.  
  2174. [B_BOSS2_ACID_ON]
  2175. Field Valid = 1
  2176. Priority = 0
  2177. Volume = 0
  2178. Enabled = 1
  2179.  
  2180. [B_BOSS2_ALARM_LOOP]
  2181. Field Valid = 1
  2182. Priority = 0
  2183. Volume = 0
  2184. Enabled = 1
  2185.  
  2186. [B_BOSS2_BEAM_CHARGE_LOOP]
  2187. Field Valid = 1
  2188. Priority = 0
  2189. Volume = 0
  2190. Enabled = 1
  2191.  
  2192. [B_BOSS2_BEAM_FIRE]
  2193. Field Valid = 1
  2194. Priority = 0
  2195. Volume = 0
  2196. Enabled = 1
  2197.  
  2198. [B_BOSS2_DIE]
  2199. Field Valid = 1
  2200. Priority = 0
  2201. Volume = 0
  2202. Enabled = 1
  2203.  
  2204. [B_BOSS2_HIT_01]
  2205. Field Valid = 1
  2206. Priority = 0
  2207. Volume = 0
  2208. Enabled = 1
  2209.  
  2210. [B_BOSS2_HIT_02]
  2211. Field Valid = 1
  2212. Priority = 0
  2213. Volume = 0
  2214. Enabled = 1
  2215.  
  2216. [B_BOSS2_HIT_03]
  2217. Field Valid = 1
  2218. Priority = 0
  2219. Volume = 0
  2220. Enabled = 1
  2221.  
  2222. [B_BOSS2_JETS_LOOP]
  2223. Field Valid = 1
  2224. Priority = 0
  2225. Volume = 0
  2226. Enabled = 1
  2227.  
  2228. [B_BOSS2_MISSILE_FIRE]
  2229. Field Valid = 1
  2230. Priority = 0
  2231. Volume = 0
  2232. Enabled = 1
  2233.  
  2234. [B_BOSS2_MISSILE_HATCH]
  2235. Field Valid = 1
  2236. Priority = 0
  2237. Volume = 0
  2238. Enabled = 1
  2239.  
  2240. [B_BOSS2_PLASMA_FIRE]
  2241. Field Valid = 1
  2242. Priority = 0
  2243. Volume = 0
  2244. Enabled = 1
  2245.  
  2246. [B_BOSS2_VO_PHASE3]
  2247. Field Valid = 1
  2248. Priority = 0
  2249. Volume = 0
  2250. Enabled = 1
  2251.  
  2252. [B_BOSS2_WATER_IN]
  2253. Field Valid = 1
  2254. Priority = 0
  2255. Volume = 0
  2256. Enabled = 1
  2257.  
  2258. [B_BOSS2_WATER_OUT]
  2259. Field Valid = 1
  2260. Priority = 0
  2261. Volume = 0
  2262. Enabled = 1
  2263.  
  2264.  
  2265. ;;;;;;;;;;;;;;;;;;;;
  2266. ;;  VO's GO HERE  ;;
  2267. ;;;;;;;;;;;;;;;;;;;;
  2268.  
  2269. [VO_M1_CHAT_REGULATOR_01]
  2270. Field Valid = 1
  2271. MinDis = 800
  2272. MaxDis = 4000
  2273. Volume = 200
  2274. Priority = 0
  2275. Enabled = 1
  2276. Force Software = 1
  2277. Streamed Audio = 1
  2278. Music Stream = 0
  2279.  
  2280. [VO_M1_CHAT_REGULATOR_02]
  2281. Field Valid = 1
  2282. MinDis = 800
  2283. MaxDis = 4000
  2284. Volume = 200
  2285. Priority = 0
  2286. Enabled = 1
  2287. Force Software = 1
  2288. Streamed Audio = 1
  2289. Music Stream = 0
  2290.  
  2291. [VO_M1_CHAT_REGULATOR_03]
  2292. Field Valid = 1
  2293. MinDis = 800
  2294. MaxDis = 4000
  2295. Volume = 200
  2296. Priority = 0
  2297. Enabled = 1
  2298. Force Software = 1
  2299. Streamed Audio = 1
  2300. Music Stream = 0
  2301.  
  2302. [VO_M1_CHAT_REGULATOR_04]
  2303. Field Valid = 1
  2304. MinDis = 800
  2305. MaxDis = 4000
  2306. Volume = 200
  2307. Priority = 0
  2308. Enabled = 1
  2309. Force Software = 1
  2310. Streamed Audio = 1
  2311. Music Stream = 0
  2312.  
  2313. [VO_M1_CHAT_REGULATOR_05]
  2314. Field Valid = 1
  2315. MinDis = 800
  2316. MaxDis = 4000
  2317. Volume = 200
  2318. Priority = 0
  2319. Enabled = 1
  2320. Force Software = 1
  2321. Streamed Audio = 1
  2322. Music Stream = 0
  2323.  
  2324. [VO_M1_CHAT_REGULATOR_06]
  2325. Field Valid = 1
  2326. MinDis = 800
  2327. MaxDis = 4000
  2328. Volume = 200
  2329. Priority = 0
  2330. Enabled = 1
  2331. Force Software = 1
  2332. Streamed Audio = 1
  2333. Music Stream = 0
  2334.  
  2335. [VO_M1_CHAT_REGULATOR_07]
  2336. Field Valid = 1
  2337. MinDis = 800
  2338. MaxDis = 4000
  2339. Volume = 200
  2340. Priority = 0
  2341. Enabled = 1
  2342. Force Software = 1
  2343. Streamed Audio = 1
  2344. Music Stream = 0
  2345.  
  2346. [VO_M1_CHAT_REGULATOR_08]
  2347. Field Valid = 1
  2348. MinDis = 800
  2349. MaxDis = 4000
  2350. Volume = 200
  2351. Priority = 0
  2352. Enabled = 1
  2353. Force Software = 1
  2354. Streamed Audio = 1
  2355. Music Stream = 0
  2356.  
  2357. [VO_M1_CHAT_REGULATOR_09]
  2358. Field Valid = 1
  2359. MinDis = 800
  2360. MaxDis = 4000
  2361. Volume = 200
  2362. Priority = 0
  2363. Enabled = 1
  2364. Force Software = 1
  2365. Streamed Audio = 1
  2366. Music Stream = 0
  2367.  
  2368. [VO_M1_CHAT_REGULATOR_10]
  2369. Field Valid = 1
  2370. MinDis = 800
  2371. MaxDis = 4000
  2372. Volume = 200
  2373. Priority = 0
  2374. Enabled = 1
  2375. Force Software = 1
  2376. Streamed Audio = 1
  2377. Music Stream = 0
  2378.  
  2379. [VO_M1_CHAT_VTOL_01]
  2380. Field Valid = 1
  2381. MinDis = 800
  2382. MaxDis = 4000
  2383. Volume = 200
  2384. Priority = 0
  2385. Enabled = 1
  2386. Force Software = 1
  2387. Streamed Audio = 1
  2388. Music Stream = 0
  2389.  
  2390. [VO_M1_CHAT_VTOL_02]
  2391. Field Valid = 1
  2392. MinDis = 800
  2393. MaxDis = 4000
  2394. Volume = 200
  2395. Priority = 0
  2396. Enabled = 1
  2397. Force Software = 1
  2398. Streamed Audio = 1
  2399. Music Stream = 0
  2400.  
  2401. [VO_M1_CHAT_VTOL_03]
  2402. Field Valid = 1
  2403. MinDis = 800
  2404. MaxDis = 4000
  2405. Volume = 200
  2406. Priority = 0
  2407. Enabled = 1
  2408. Force Software = 1
  2409. Streamed Audio = 1
  2410. Music Stream = 0
  2411.  
  2412. [VO_M1_CRIT_CANTHOLD]
  2413. Field Valid = 1
  2414. MinDis = 800
  2415. MaxDis = 4000
  2416. Volume = 200
  2417. Priority = 0
  2418. Enabled = 1
  2419. Force Software = 1
  2420. Streamed Audio = 1
  2421. Music Stream = 0
  2422.  
  2423. [VO_M1_CRIT_COMM_01]
  2424. Field Valid = 1
  2425. MinDis = 800
  2426. MaxDis = 4000
  2427. Volume = 200
  2428. Priority = 0
  2429. Enabled = 1
  2430. Force Software = 1
  2431. Streamed Audio = 1
  2432. Music Stream = 0
  2433.  
  2434. [VO_M1_CRIT_GENERATOR1]
  2435. Field Valid = 1
  2436. MinDis = 800
  2437. MaxDis = 4000
  2438. Volume = 200
  2439. Priority = 0
  2440. Enabled = 1
  2441. Force Software = 1
  2442. Streamed Audio = 1
  2443. Music Stream = 0
  2444.  
  2445. [VO_M1_CRIT_GENERATOR3]
  2446. Field Valid = 1
  2447. MinDis = 800
  2448. MaxDis = 4000
  2449. Volume = 200
  2450. Priority = 0
  2451. Enabled = 1
  2452. Force Software = 1
  2453. Streamed Audio = 1
  2454. Music Stream = 0
  2455.  
  2456. [VO_M1_CRIT_ORDERS]
  2457. Field Valid = 1
  2458. MinDis = 800
  2459. MaxDis = 4000
  2460. Volume = 200
  2461. Priority = 0
  2462. Enabled = 1
  2463. Force Software = 1
  2464. Streamed Audio = 1
  2465. Music Stream = 0
  2466.  
  2467. [VO_M1_CRIT_SDL]
  2468. Field Valid = 1
  2469. MinDis = 800
  2470. MaxDis = 4000
  2471. Volume = 200
  2472. Priority = 0
  2473. Enabled = 1
  2474. Force Software = 1
  2475. Streamed Audio = 1
  2476. Music Stream = 0
  2477.  
  2478. [VO_M1_CRIT_WOLFAPC]
  2479. Field Valid = 1
  2480. MinDis = 800
  2481. MaxDis = 4000
  2482. Volume = 200
  2483. Priority = 0
  2484. Enabled = 1
  2485. Force Software = 1
  2486. Streamed Audio = 1
  2487. Music Stream = 0
  2488.  
  2489. [VO_M1CGW_COMMCTRL_01]
  2490. Field Valid = 1
  2491. MinDis = 800
  2492. MaxDis = 4000
  2493. Volume = 200
  2494. Priority = 0
  2495. Enabled = 1
  2496. Force Software = 1
  2497. Streamed Audio = 1
  2498. Music Stream = 0
  2499.  
  2500.  
  2501.  
  2502. [vo_m1cgw_li_01b]
  2503. Field Valid = 1
  2504. MinDis = 800
  2505. MaxDis = 4000
  2506. Volume = 200
  2507. Priority = 0
  2508. Enabled = 1
  2509. Force Software = 1
  2510. Streamed Audio = 1
  2511. Music Stream = 0
  2512.  
  2513. [vo_m1cgw_li_01c]
  2514. Field Valid = 1
  2515. MinDis = 800
  2516. MaxDis = 4000
  2517. Volume = 200
  2518. Priority = 0
  2519. Enabled = 1
  2520. Force Software = 1
  2521. Streamed Audio = 1
  2522. Music Stream = 0
  2523.  
  2524. [vo_m1cgw_li_01d]
  2525. Field Valid = 1
  2526. MinDis = 800
  2527. MaxDis = 4000
  2528. Volume = 200
  2529. Priority = 0
  2530. Enabled = 1
  2531. Force Software = 1
  2532. Streamed Audio = 1
  2533. Music Stream = 0
  2534.  
  2535. [vo_m1cgw_li_01e]
  2536. Field Valid = 1
  2537. MinDis = 800
  2538. MaxDis = 4000
  2539. Volume = 200
  2540. Priority = 0
  2541. Enabled = 1
  2542. Force Software = 1
  2543. Streamed Audio = 1
  2544. Music Stream = 0
  2545.  
  2546. [vo_m1cgw_li_01f]
  2547. Field Valid = 1
  2548. MinDis = 800
  2549. MaxDis = 4000
  2550. Volume = 200
  2551. Priority = 0
  2552. Enabled = 1
  2553. Force Software = 1
  2554. Streamed Audio = 1
  2555. Music Stream = 0
  2556.  
  2557. [vo_m1cgw_li_01f_alt]
  2558. Field Valid = 1
  2559. MinDis = 800
  2560. MaxDis = 4000
  2561. Volume = 200
  2562. Priority = 0
  2563. Enabled = 1
  2564. Force Software = 1
  2565. Streamed Audio = 1
  2566. Music Stream = 0
  2567.  
  2568. [vo_m1cgw_li_03]
  2569. Field Valid = 1
  2570. MinDis = 800
  2571. MaxDis = 4000
  2572. Volume = 200
  2573. Priority = 0
  2574. Enabled = 1
  2575. Force Software = 1
  2576. Streamed Audio = 1
  2577. Music Stream = 0
  2578.  
  2579. [vo_m1cgw_li_04a]
  2580. Field Valid = 1
  2581. MinDis = 800
  2582. MaxDis = 4000
  2583. Volume = 200
  2584. Priority = 0
  2585. Enabled = 1
  2586. Force Software = 1
  2587. Streamed Audio = 1
  2588. Music Stream = 0
  2589.  
  2590. [vo_m1cgw_li_04b]
  2591. Field Valid = 1
  2592. MinDis = 800
  2593. MaxDis = 4000
  2594. Volume = 200
  2595. Priority = 0
  2596. Enabled = 1
  2597. Force Software = 1
  2598. Streamed Audio = 1
  2599. Music Stream = 0
  2600.  
  2601. [vo_m1cgw_li_04c]
  2602. Field Valid = 1
  2603. MinDis = 800
  2604. MaxDis = 4000
  2605. Volume = 200
  2606. Priority = 0
  2607. Enabled = 1
  2608. Force Software = 1
  2609. Streamed Audio = 1
  2610. Music Stream = 0
  2611.  
  2612. [vo_m1cgw_li_05a]
  2613. Field Valid = 1
  2614. MinDis = 800
  2615. MaxDis = 4000
  2616. Volume = 200
  2617. Priority = 0
  2618. Enabled = 1
  2619. Force Software = 1
  2620. Streamed Audio = 1
  2621. Music Stream = 0
  2622.  
  2623. [vo_m1cgw_li_05b]
  2624. Field Valid = 1
  2625. MinDis = 800
  2626. MaxDis = 4000
  2627. Volume = 200
  2628. Priority = 0
  2629. Enabled = 1
  2630. Force Software = 1
  2631. Streamed Audio = 1
  2632. Music Stream = 0
  2633.  
  2634. [vo_m1cgw_li_06]
  2635. Field Valid = 1
  2636. MinDis = 800
  2637. MaxDis = 4000
  2638. Volume = 200
  2639. Priority = 0
  2640. Enabled = 1
  2641. Force Software = 1
  2642. Streamed Audio = 1
  2643. Music Stream = 0
  2644.  
  2645. [vo_m1cgw_li_07]
  2646. Field Valid = 1
  2647. MinDis = 800
  2648. MaxDis = 4000
  2649. Volume = 200
  2650. Priority = 0
  2651. Enabled = 1
  2652. Force Software = 1
  2653. Streamed Audio = 1
  2654. Music Stream = 0
  2655.  
  2656. [vo_m1cgw_li_08]
  2657. Field Valid = 1
  2658. MinDis = 800
  2659. MaxDis = 4000
  2660. Volume = 200
  2661. Priority = 0
  2662. Enabled = 1
  2663. Force Software = 1
  2664. Streamed Audio = 1
  2665. Music Stream = 0
  2666.  
  2667. [vo_m1cgw_li_09]
  2668. Field Valid = 1
  2669. MinDis = 800
  2670. MaxDis = 4000
  2671. Volume = 200
  2672. Priority = 0
  2673. Enabled = 1
  2674. Force Software = 1
  2675. Streamed Audio = 1
  2676. Music Stream = 0
  2677.  
  2678. [vo_m1cgw_li_10]
  2679. Field Valid = 1
  2680. MinDis = 800
  2681. MaxDis = 4000
  2682. Volume = 200
  2683. Priority = 0
  2684. Enabled = 1
  2685. Force Software = 1
  2686. Streamed Audio = 1
  2687. Music Stream = 0
  2688.  
  2689. [vo_m1cgw_li_11]
  2690. Field Valid = 1
  2691. MinDis = 800
  2692. MaxDis = 4000
  2693. Volume = 200
  2694. Priority = 0
  2695. Enabled = 1
  2696. Force Software = 1
  2697. Streamed Audio = 1
  2698. Music Stream = 0
  2699.  
  2700. [vo_m1cgw_li_fma01]
  2701. Field Valid = 1
  2702. MinDis = 800
  2703. MaxDis = 4000
  2704. Volume = 200
  2705. Priority = 0
  2706. Enabled = 1
  2707. Force Software = 1
  2708. Streamed Audio = 1
  2709. Music Stream = 0
  2710.  
  2711. [vo_m1cgw_li_fma01_room]
  2712. Field Valid = 1
  2713. MinDis = 800
  2714. MaxDis = 4000
  2715. Volume = 200
  2716. Priority = 0
  2717. Enabled = 1
  2718. Force Software = 1
  2719. Streamed Audio = 1
  2720. Music Stream = 0
  2721.  
  2722. [vo_m1cgw_li_fma02]
  2723. Field Valid = 1
  2724. MinDis = 800
  2725. MaxDis = 4000
  2726. Volume = 200
  2727. Priority = 0
  2728. Enabled = 1
  2729. Force Software = 1
  2730. Streamed Audio = 1
  2731. Music Stream = 0
  2732.  
  2733. [vo_m1cgw_li_fma02_room]
  2734. Field Valid = 1
  2735. MinDis = 800
  2736. MaxDis = 4000
  2737. Volume = 200
  2738. Priority = 0
  2739. Enabled = 1
  2740. Force Software = 1
  2741. Streamed Audio = 1
  2742. Music Stream = 0
  2743.  
  2744. [vo_m1cgw_li_fma03]
  2745. Field Valid = 1
  2746. MinDis = 800
  2747. MaxDis = 4000
  2748. Volume = 200
  2749. Priority = 0
  2750. Enabled = 1
  2751. Force Software = 1
  2752. Streamed Audio = 1
  2753. Music Stream = 0
  2754.  
  2755. [vo_m1cgw_li_fma03_room]
  2756. Field Valid = 1
  2757. MinDis = 800
  2758. MaxDis = 4000
  2759. Volume = 200
  2760. Priority = 0
  2761. Enabled = 1
  2762. Force Software = 1
  2763. Streamed Audio = 1
  2764. Music Stream = 0
  2765.  
  2766. [VO_M1CGW_SENTINEL_01]
  2767. Field Valid = 1
  2768. MinDis = 800
  2769. MaxDis = 4000
  2770. Volume = 200
  2771. Priority = 0
  2772. Enabled = 1
  2773. Force Software = 1
  2774. Streamed Audio = 1
  2775. Music Stream = 0
  2776.  
  2777. [VO_M1CGW_SENTINEL_02]
  2778. Field Valid = 1
  2779. MinDis = 800
  2780. MaxDis = 4000
  2781. Volume = 200
  2782. Priority = 0
  2783. Enabled = 1
  2784. Force Software = 1
  2785. Streamed Audio = 1
  2786. Music Stream = 0
  2787.  
  2788. [VO_M1CGW_SENTINEL_03]
  2789. Field Valid = 1
  2790. MinDis = 800
  2791. MaxDis = 4000
  2792. Volume = 200
  2793. Priority = 0
  2794. Enabled = 1
  2795. Force Software = 1
  2796. Streamed Audio = 1
  2797. Music Stream = 0
  2798.  
  2799. [VO_M1CGW_SENTINEL_04]
  2800. Field Valid = 1
  2801. MinDis = 800
  2802. MaxDis = 4000
  2803. Volume = 200
  2804. Priority = 0
  2805. Enabled = 1
  2806. Force Software = 1
  2807. Streamed Audio = 1
  2808. Music Stream = 0
  2809.  
  2810. [VO_M1CGW_SENTINEL_05]
  2811. Field Valid = 1
  2812. MinDis = 800
  2813. MaxDis = 4000
  2814. Volume = 200
  2815. Priority = 0
  2816. Enabled = 1
  2817. Force Software = 1
  2818. Streamed Audio = 1
  2819. Music Stream = 0
  2820.  
  2821. [VO_M1CGW_SENTINEL_06]
  2822. Field Valid = 1
  2823. MinDis = 800
  2824. MaxDis = 4000
  2825. Volume = 200
  2826. Priority = 0
  2827. Enabled = 1
  2828. Force Software = 1
  2829. Streamed Audio = 1
  2830. Music Stream = 0
  2831.  
  2832. [VO_M1CGW_SENTINEL_07]
  2833. Field Valid = 1
  2834. MinDis = 800
  2835. MaxDis = 4000
  2836. Volume = 200
  2837. Priority = 0
  2838. Enabled = 1
  2839. Force Software = 1
  2840. Streamed Audio = 1
  2841. Music Stream = 0
  2842.  
  2843. [VO_M1CGW_SENTINEL_08]
  2844. Field Valid = 1
  2845. MinDis = 800
  2846. MaxDis = 4000
  2847. Volume = 200
  2848. Priority = 0
  2849. Enabled = 1
  2850. Force Software = 1
  2851. Streamed Audio = 1
  2852. Music Stream = 0
  2853.  
  2854. [VO_M1CGW_SENTINEL_09]
  2855. Field Valid = 1
  2856. MinDis = 800
  2857. MaxDis = 4000
  2858. Volume = 200
  2859. Priority = 0
  2860. Enabled = 1
  2861. Force Software = 1
  2862. Streamed Audio = 1
  2863. Music Stream = 0
  2864.  
  2865. [VO_M1CGW_SENTINEL_10]
  2866. Field Valid = 1
  2867. MinDis = 800
  2868. MaxDis = 4000
  2869. Volume = 200
  2870. Priority = 0
  2871. Enabled = 1
  2872. Force Software = 1
  2873. Streamed Audio = 1
  2874. Music Stream = 0
  2875.  
  2876. [VO_M1CGW_SOVHQ_01]
  2877. Field Valid = 1
  2878. MinDis = 800
  2879. MaxDis = 4000
  2880. Volume = 200
  2881. Priority = 0
  2882. Enabled = 1
  2883. Force Software = 1
  2884. Streamed Audio = 1
  2885. Music Stream = 0
  2886.  
  2887. [vo_m1cgw_li_12]
  2888. Field Valid = 1
  2889. MinDis = 800
  2890. MaxDis = 4000
  2891. Volume = 200
  2892. Priority = 0
  2893. Enabled = 1
  2894. Force Software = 1
  2895. Streamed Audio = 1
  2896. Music Stream = 0
  2897.  
  2898. [vo_m2_chat_regulator_01]
  2899. Field Valid = 1
  2900. MinDis = 800
  2901. MaxDis = 4000
  2902. Volume = 200
  2903. Priority = 0
  2904. Enabled = 1
  2905. Force Software = 1
  2906. Streamed Audio = 1
  2907. Music Stream = 0
  2908.  
  2909. [vo_m2_chat_regulator_02]
  2910. Field Valid = 1
  2911. MinDis = 800
  2912. MaxDis = 4000
  2913. Volume = 200
  2914. Priority = 0
  2915. Enabled = 1
  2916. Force Software = 1
  2917. Streamed Audio = 1
  2918. Music Stream = 0
  2919.  
  2920. [vo_m2_chat_regulator_03]
  2921. Field Valid = 1
  2922. MinDis = 800
  2923. MaxDis = 4000
  2924. Volume = 200
  2925. Priority = 0
  2926. Enabled = 1
  2927. Force Software = 1
  2928. Streamed Audio = 1
  2929. Music Stream = 0
  2930.  
  2931. [vo_m2_chat_regulator_04]
  2932. Field Valid = 1
  2933. MinDis = 800
  2934. MaxDis = 4000
  2935. Volume = 200
  2936. Priority = 0
  2937. Enabled = 1
  2938. Force Software = 1
  2939. Streamed Audio = 1
  2940. Music Stream = 0
  2941.  
  2942. [vo_m2_chat_vtol_01]
  2943. Field Valid = 1
  2944. MinDis = 800
  2945. MaxDis = 4000
  2946. Volume = 200
  2947. Priority = 0
  2948. Enabled = 1
  2949. Force Software = 1
  2950. Streamed Audio = 1
  2951. Music Stream = 0
  2952.  
  2953. [vo_m2_chat_vtol_02]
  2954. Field Valid = 1
  2955. MinDis = 800
  2956. MaxDis = 4000
  2957. Volume = 200
  2958. Priority = 0
  2959. Enabled = 1
  2960. Force Software = 1
  2961. Streamed Audio = 1
  2962. Music Stream = 0
  2963.  
  2964. [vo_m2_crit_orders]
  2965. Field Valid = 1
  2966. MinDis = 800
  2967. MaxDis = 4000
  2968. Volume = 200
  2969. Priority = 0
  2970. Enabled = 1
  2971. Force Software = 1
  2972. Streamed Audio = 1
  2973. Music Stream = 0
  2974.  
  2975.  
  2976. [vo_m2_li_02a]
  2977. Field Valid = 1
  2978. MinDis = 800
  2979. MaxDis = 4000
  2980. Volume = 200
  2981. Priority = 0
  2982. Enabled = 1
  2983. Force Software = 1
  2984. Streamed Audio = 1
  2985. Music Stream = 0
  2986.  
  2987. [vo_m2_li_02a_alt]
  2988. Field Valid = 1
  2989. MinDis = 800
  2990. MaxDis = 4000
  2991. Volume = 200
  2992. Priority = 0
  2993. Enabled = 1
  2994. Force Software = 1
  2995. Streamed Audio = 1
  2996. Music Stream = 0
  2997.  
  2998. [vo_m2_li_02a_alt2]
  2999. Field Valid = 1
  3000. MinDis = 800
  3001. MaxDis = 4000
  3002. Volume = 200
  3003. Priority = 0
  3004. Enabled = 1
  3005. Force Software = 1
  3006. Streamed Audio = 1
  3007. Music Stream = 0
  3008.  
  3009. [vo_m2_li_02b]
  3010. Field Valid = 1
  3011. MinDis = 800
  3012. MaxDis = 4000
  3013. Volume = 200
  3014. Priority = 0
  3015. Enabled = 1
  3016. Force Software = 1
  3017. Streamed Audio = 1
  3018. Music Stream = 0
  3019.  
  3020. [vo_m2_li_02b_alt]
  3021. Field Valid = 1
  3022. MinDis = 800
  3023. MaxDis = 4000
  3024. Volume = 200
  3025. Priority = 0
  3026. Enabled = 1
  3027. Force Software = 1
  3028. Streamed Audio = 1
  3029. Music Stream = 0
  3030.  
  3031. [vo_m2_li_03]
  3032. Field Valid = 1
  3033. MinDis = 800
  3034. MaxDis = 4000
  3035. Volume = 200
  3036. Priority = 0
  3037. Enabled = 1
  3038. Force Software = 1
  3039. Streamed Audio = 1
  3040. Music Stream = 0
  3041.  
  3042. [vo_m1cgw_li_01a]
  3043. Field Valid = 1
  3044. MinDis = 800
  3045. MaxDis = 4000
  3046. Volume = 200
  3047. Priority = 0
  3048. Enabled = 1
  3049. Force Software = 1
  3050. Streamed Audio = 1
  3051. Music Stream = 0
  3052.  
  3053. [vo_m2_li_01]
  3054. Field Valid = 1
  3055. MinDis = 800
  3056. MaxDis = 4000
  3057. Volume = 200
  3058. Priority = 0
  3059. Enabled = 1
  3060. Force Software = 1
  3061. Streamed Audio = 1
  3062. Music Stream = 0
  3063.  
  3064.  
  3065. [vo_m2_regulator_fma01a]
  3066. Field Valid = 1
  3067. MinDis = 800
  3068. MaxDis = 4000
  3069. Volume = 200
  3070. Priority = 0
  3071. Enabled = 1
  3072. Force Software = 1
  3073. Streamed Audio = 1
  3074. Music Stream = 0
  3075.  
  3076. [vo_m2_regulator_fma01b]
  3077. Field Valid = 1
  3078. MinDis = 800
  3079. MaxDis = 4000
  3080. Volume = 200
  3081. Priority = 0
  3082. Enabled = 1
  3083. Force Software = 1
  3084. Streamed Audio = 1
  3085. Music Stream = 0
  3086.  
  3087. [vo_m2_piranha1_fma01]
  3088. Field Valid = 1
  3089. MinDis = 800
  3090. MaxDis = 4000
  3091. Volume = 200
  3092. Priority = 0
  3093. Enabled = 1
  3094. Force Software = 1
  3095. Streamed Audio = 1
  3096. Music Stream = 0
  3097.  
  3098. [vo_m2_piranha1_fma02]
  3099. Field Valid = 1
  3100. MinDis = 800
  3101. MaxDis = 4000
  3102. Volume = 200
  3103. Priority = 0
  3104. Enabled = 1
  3105. Force Software = 1
  3106. Streamed Audio = 1
  3107. Music Stream = 0
  3108.  
  3109. [vo_m2_piranha2_fma01]
  3110. Field Valid = 1
  3111. MinDis = 800
  3112. MaxDis = 4000
  3113. Volume = 200
  3114. Priority = 0
  3115. Enabled = 1
  3116. Force Software = 1
  3117. Streamed Audio = 1
  3118. Music Stream = 0
  3119.  
  3120. [vo_m12_manta_fma03]
  3121. Field Valid = 1
  3122. MinDis = 800
  3123. MaxDis = 4000
  3124. Volume = 200
  3125. Priority = 0
  3126. Enabled = 1
  3127. Force Software = 1
  3128. Streamed Audio = 1
  3129. Music Stream = 0
  3130.  
  3131. [vo_m12_li_fma01]
  3132. Field Valid = 1
  3133. MinDis = 800
  3134. MaxDis = 4000
  3135. Volume = 200
  3136. Priority = 0
  3137. Enabled = 1
  3138. Force Software = 1
  3139. Streamed Audio = 1
  3140. Music Stream = 0
  3141.  
  3142. [vo_m13_oldone_01]
  3143. Field Valid=1
  3144. MinDis=800
  3145. MaxDis=4000
  3146. Volume=200
  3147. Priority = 0
  3148. Enabled = 1
  3149. Force Software = 1
  3150. Streamed Audio = 1
  3151. Music Stream = 0
  3152.  
  3153. [VO_M12_MANTA_FMA03]
  3154. Field Valid = 1
  3155. MinDis = 800
  3156. MaxDis = 4000
  3157. Volume = 200
  3158. Priority = 0
  3159. Enabled = 1
  3160. Force Software = 1
  3161. Streamed Audio = 1
  3162. Music Stream = 0
  3163.  
  3164. [VO_M12_LI_FMA01]
  3165. Field Valid = 1
  3166. MinDis = 800
  3167. MaxDis = 4000
  3168. Volume = 200
  3169. Priority = 0
  3170. Enabled = 1
  3171. Force Software = 1
  3172. Streamed Audio = 1
  3173. Music Stream = 0
  3174.  
  3175. [VO_M3_NEMESIS_01]
  3176. Field Valid = 1
  3177. MinDis = 800
  3178. MaxDis = 4000
  3179. Volume = 200
  3180. Priority = 0
  3181. Enabled = 1
  3182. Force Software = 1
  3183. Streamed Audio = 1
  3184. Music Stream = 0
  3185.  
  3186.  
  3187.